From: mjw@wray-m-3.hpl.hp.com Date: Fri, 24 Sep 2004 16:05:34 +0000 (+0000) Subject: bitkeeper revision 1.1159.1.175 (415445ceydjmiY9bcerArlIlTqqZvQ) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~17400^2~576 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=5b4a13b2e65d06920457e52fea9d13d5eeab4f91;p=xen.git bitkeeper revision 1.1159.1.175 (415445ceydjmiY9bcerArlIlTqqZvQ) Put configuring the console port back where it belonged. --- diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 647956f7be..8a8af83c10 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -500,8 +500,8 @@ class XendDomainInfo: raise VmError('missing memory size') self.init_domain() - self.construct_image() self.configure_console() + self.construct_image() self.configure_restart() self.configure_backends() deferred = self.configure()